var syscall.envLock
11 uses
syscall (current package)
env_unix.go#L21: envLock sync.RWMutex
env_unix.go#L58: envLock.Lock()
env_unix.go#L59: defer envLock.Unlock()
env_unix.go#L75: envLock.RLock()
env_unix.go#L76: defer envLock.RUnlock()
env_unix.go#L110: envLock.Lock()
env_unix.go#L111: defer envLock.Unlock()
env_unix.go#L129: envLock.Lock()
env_unix.go#L130: defer envLock.Unlock()
env_unix.go#L141: envLock.RLock()
env_unix.go#L142: defer envLock.RUnlock()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |